home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(!_root.Done)
- {
- point._visible = 1;
- _root.myChoice = thisChoice;
- removePoints(_name,this);
- trace(_root.myChoice);
- if(_root.myChoice != undefined)
- {
- _root.Done = true;
- _root.totalAnswer++;
- if(_root.myChoice)
- {
- giusta._visible = 1;
- _root.correctAnswer++;
- _root.score += 10;
- _root.myscore = _root.score;
- loadMovieNum("win.swf",12,"GET");
- }
- if(!_root.myChoice)
- {
- errata._visible = 1;
- loadMovieNum("lose.swf",12,"GET");
- }
- if(_root.totalAnswer == _root.toDisplay)
- {
- _root.aspetta.itsEnd = true;
- _root.aspetta.play();
- }
- else
- {
- _root.aspetta.play();
- }
- delete _root.myChoice;
- _root.qbar.nextFrame();
- _root.timer.gotoAndPlay(1);
- }
- }
- }
-